home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / catt.zip / Z.FLS < prev    next >
Text File  |  1993-05-03  |  454b  |  79 lines

  1. END
  2. tmp
  3. c:
  4. cd\temp
  5. hd
  6. END
  7. tst
  8. c:
  9. cd \test
  10. hd
  11. END
  12. ut
  13. c:
  14. cd\util
  15. dir/w
  16. END
  17. txt
  18. c:
  19. cd\text
  20. dir/w
  21. END
  22. gr
  23. c:
  24. END
  25. cp
  26. copy %1 %2
  27. END
  28. xc
  29. xcopy %1 %2
  30. END
  31. dwn
  32. c:
  33. cd\dwn
  34. dir/w
  35. END
  36. c
  37. c:
  38. cd \
  39. dir *./w
  40. END
  41. up
  42. c:
  43. cd\up
  44. hd
  45. END
  46. c:
  47. END
  48. da
  49. hd a:
  50. END
  51. END
  52. dw 
  53. dir/w
  54. END
  55. dela
  56. del a:*.*
  57. END
  58. delb
  59. del b:*.*
  60. END
  61. d
  62. d:
  63. cd \
  64. dir *. /w
  65. END
  66. win
  67. c:
  68. cd\windows
  69. win
  70. END
  71. db
  72. hd b:
  73. END
  74. zl
  75. c:
  76. cd \
  77. dir z.fls
  78. END
  79.